home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Hacks
/
Hacks '96
/
Sharks' Spark Hack
/
SparksApp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-21
|
191 b
|
15 lines
|
[
TEXT/MMCC
]
#ifndef SPARKSAPP_H
#define SPARKSAPP_H
#ifndef _APPLICATION_H
#include <Application.h>
#endif
class SparksApplication : public BApplication {
public:
SparksApplication();
};
#endif